type net/http.http2PingFrame
9 uses
	net/http (current package)
		h2_bundle.go#L2251: type http2PingFrame struct {
		h2_bundle.go#L2256: func (f *http2PingFrame) IsAck() bool { return f.Flags.Has(http2FlagPingAck) }
		h2_bundle.go#L2267: 	f := &http2PingFrame{http2FrameHeader: fh}
		h2_bundle.go#L3050: 	case *http2PingFrame:
		h2_bundle.go#L5355: 	case *http2PingFrame:
		h2_bundle.go#L5375: func (sc *http2serverConn) processPing(f *http2PingFrame) error {
		h2_bundle.go#L9384: 		case *http2PingFrame:
		h2_bundle.go#L10048: func (rl *http2clientConnReadLoop) processPing(f *http2PingFrame) error {
		h2_bundle.go#L10388: type http2writePingAck struct{ pf *http2PingFrame }
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |